runtime.stackfreelist.list (field)

11 uses

	runtime (current package)
		mcache.go#L80: 	list gclinkptr // linked list of free stacks
		stack.go#L296: 	c.stackcache[order].list = list
		stack.go#L305: 	x := c.stackcache[order].list
		stack.go#L315: 	c.stackcache[order].list = x
		stack.go#L326: 		x := c.stackcache[order].list
		stack.go#L332: 		c.stackcache[order].list = 0
		stack.go#L390: 			x = c.stackcache[order].list
		stack.go#L393: 				x = c.stackcache[order].list
		stack.go#L395: 			c.stackcache[order].list = x.ptr().next
		stack.go#L529: 			x.ptr().next = c.stackcache[order].list
		stack.go#L530: 			c.stackcache[order].list = x